-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: build apisix-openresty base on alpine #97
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check the build result in the CI
ARG RESTY_OPENSSL_URL_BASE="https://www.openssl.org/source" | ||
ARG RESTY_PCRE_VERSION="8.44" | ||
ARG RESTY_J="1" | ||
ARG RESTY_CONFIG_OPTIONS="\ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove unused ARG/labels
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a workflow to verify the build?
Look like we need to use glibc for Alpine? |
I used https://github.com/sgerrand/alpine-pkg-glibc , but still failed. |
@@ -0,0 +1,55 @@ | |||
ARG ENABLE_PROXY=false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file can be removed?
No description provided.